install Raspberry PiOS on Raspberry :
Prerequisite:
- If you don't have an ssh key on your computer, create one: open a command prompt and type :
ssh-keygen
- Download raspberry imager : https://www.raspberrypi.com/software/
- Make sure you can connect a micro SD card to your computer .
Note : At this time, LaBoutik, only works with PI 3B/B+ and Pi4 .
PiZero doesn't work and Pi5 has not been tested .
Install Raspberry Pi OS (Legacy,32-bit) Lite :
Before doing so, I advise you to place the Pi on the simply support that has been 3D printed previously, to avoid contact with the table and any screws or other objects that might be on it.
Note : place the power connector on the narrowest corner.
Open raspberry imager and chose model "Raspberry Pi 3" :
Choose Raspberry Pi OS(Other) :
And choose Raspberry Pi OS (Legacy,32-bit) Lite :
Then choose your SD card inserted in your computer :
Click Next , and the following screen appears:
Click on “MODIFIER LES REGLAGES”.
In the “GENERAL” tab:
Enter :
-
The host name (of your choice but not already present on your LAN)
-
WARNING The user name MUST BE “sysop” and nothing else
-
The password of your choice
-
Your wifi settings
-
Your local settings .
In the “SERVICES” tab:
Click on “Authentification via clef publique” and paste your public key (not your private key!!) which is usually found in :
/Users/YourNameUser/.ssh/id_rsa.pub
Click on “Save”.
The message reappears:
Click on “OUI”
Click on “OUI”
Please allow 10 to 20 minutes for your SD card to be created,
depending on your bit rate and whether the image has already been downloaded to your PC.
Once finished, click on “CONTINUER”.
-
Remove your SD card and insert it into the Pi (the Pi must not be powered, of course :) )
-
Now power your Pi , wait , the green LED is blinking , it will start , then reboot .
-
Go to your BOX, in the amin interface to look for its IP address .
As long as you are in the admin interface of your Box, you can assign it a fixed IP, this is done in DHCP by fixing the IP address to the MAC address of your Pi.
This way it will always keep the same IP address.(No screenshots here, as this depends on your router). -
On your PC, open a terminal , and type:
ssh sysop@IPofYourPi
the message appear :
type : "yes" .
You are now connected to your Pi :)